PASO 5: Usemos una lista en lugar de hacer cada sprite por separado. La lista almacenará etiquetas de imágenes para crear sprites.
- En LÓGICA, haga clic en . Arrastre List of Strings al final de su código.
- Hacer clic y arrastre Variable Display
- Cambie la variable en .Display() de my_var a my_list .
- Cambie el argumento de la coordenada x en .Display() de -200 a -100 .
To navigate the page using the TAB key, first press ESC to exit the code editor.